div,
ul,
li {
  margin: 0;
  padding: 0;
}

/*先初始化一下默认样式*/
.notice {
  width: 316px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: 40px;
}

.notice ul li {
  list-style: none;
  line-height: 35px;
  /*以下为了单行显示，超出隐藏*/
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notice ul li a {
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
  text-decoration: none;
}

.notice ul li a:last-child {
  margin-right: 0;
}

/* 面包屑导航--公共 */
.details_daohang {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  font-size: 14px;
  margin-top: 10px;
  color: rgba(102, 102, 102, 1);
}

.details_daohang a:link {
  color: #666;
}

.details_daohang img {
  width: 18px;
  height: 17px;
  margin: 0 1px;
}

.top_index_time {
  font-size: 14px !important;
}

a {
  text-decoration: none;
}

.footer_c p {
  margin: 0 !important;
}

.head_Topright_a img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30px;
  right: -15px;
  z-index: 99;
  display: none;
}

.head_Topright_a:hover img {
  display: block;
}

/* 头部 */
.main_top_tit_warp {
  height: 60px;
  width: 383px;
  display: flex;
  text-decoration: none;
}

.main_top_tit_warp p {
  font-family: Source Han Serif CN;
  margin-left: 7px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  margin-top: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.top_nav {
  width: 100%;
  height: 30px;
  background: #f6f6f6;
  /*background: url(/Public/Home/images/index_image/yuandan1.jpg) no-repeat;*/
  line-height: 30px;
  font-size: 14px;
  /*color:#FFFFFF;*/
  /* position: absolute;
  top: 0;
  z-index: 999; */
}

.top_nav div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 15px;
}

.top_nav a {
  text-decoration: none;
}

.christmas {
  position: relative;
}

.christmas img {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 99;
}

.top_nav a {
  color: #333333;
  margin-right: 20px;
  position: relative;
}

/*.top_nav a:hover{color:#f14545;}*/
.top_nav a:last-child {
  margin-right: 0;
}

.top_index {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  padding: 20px 0;
  margin-top: 13px;
}

.top_input p {
  width: 341px;
}

.top_input p a {
  color: #333333;
  font-size: 14px;
  margin-right: 12px;
}

.top_input p a:hover {
  color: #f53c3c;
}

.top_input {
  width: 320px;
  height: 39px;
  border-radius: 10px;
  padding-left: 15px;
  line-height: 39px;
  border: 1px solid #CFCFCF;
  position: relative;
  position: absolute;
  right: 400px;
  top: 20px;
  color: #A3A3A3;
}

.top_input input {
  outline: none;
  font-size: 13.33px;
}

.top_input img {
  position: absolute;
  right: 10px;
  top: 30%;
  cursor: pointer;
}

.top_center {
  width: 250px;
  height: 49px;
  display: flex;
  box-sizing: border-box;
  position: absolute;
  right: 84px;
  top: 24px;
  align-items: center;
  border-right: 1px solid #D6D6D6;
}

.top_center img {
  margin-right: 7px;
  width: 35px;
  height: 35px;
}

.top_center p {
  font-size: 22px;
  font-weight: bold;
  color: #F14545;
  line-height: 49px;
  margin-bottom: 0px;
}
.top_wx {
  width: 50px;
  height: 49px;
  line-height: 49px;
  color: #F14545;
  font-size: 22px;
  position: absolute;
  display: flex;
  right: 5px;
  top: 22px;
}
.top_wx_hover{
  height: 35px;
  width: 35px;
  position: relative;
}
.top_wx_show{
  position: absolute;
  top: 38px;
  opacity: 0;
  width: 122px;
  height: 149px;
  transition: .3s;
  left: -42px;
  z-index: -1;
}
.top_wx_show p{
  position: absolute;
  bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 0;
  width: 100%;
}

.top_wx img {
  margin-top: 8px;
}
.top_wx_hover:hover + .top_wx_show{
  opacity: 1 !important;
  z-index: 99999  !important;
}

/* 底部 */
.footer {
  width: 1200px;
  height: 325px;
  background: #353535;
  margin: 0 auto;
  display: flex;
  PADDING-TOP: 30px;
}

.footer_left {
  width: 690px;
}

.footer_left font {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  float: left;
  margin-right: 24px;
  line-height: 21px;
}

.footer_left font span {
  margin: 0 20px;
}

.footer_left p {
  line-height: 20px;
  margin-top: 20px;
}

.footer_left p a {
  color: #B8B8B8;
  font-size: 14px;
  margin-right: 15px;
  line-height: 23px;
}

.footer_left p a:hover {
  color: #FFFFFF;
}

.footer_c {
  width: 265px;
  margin-top: 16px;
  margin-left: 45px;
}

.footer_c p {
  color: #FFFFFF;
}

.footer_c div {
  display: flex;
  line-height: 40px;
  width: 334px;
}

.footer_c div p {
  color: #D7D7D7;
}

.footer_c div img {
  width: 16px;
  height: 16px;
  margin-top: 13px;
  margin-right: 20px;
}

.footer_r {
  margin-top: 40px;
  margin-left: 85px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
}

/* 导航 */
/*
.navbox{height:40px;position:relative;margin:auto;filter:alpha(opacity=1);-moz-opacity:1;opacity:1;font-family:'微软雅黑';z-index:9999;margin-bottom: 10px;}
.nav{width:1200px;margin:0 auto;height:40px;list-style:none;}
.nav li{float:left;height:40px;position:relative;list-style:none;}
.nav li.last{background:none;}
.nav li a{text-decoration:none;}
.nav li a span{float:left;display:block;line-height:40px;font-size:16px;color:#333333;cursor:pointer;width:92px;text-align:center;}
.hover_menu{text-decoration:none;width:92px;height:40px;}
.nav li:hover span{background: #F05858;color:#fff;}
.nav li.selected .submenu{display:block;z-index: 999;}
.nav li .submenu{display:none;position:absolute;top:40px;}
.nav li .submenu li{float:none;padding:0;background:none;height:auto;}
*/
.navbox {
  height: 40px;
  position: relative;
  margin: auto;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  font-family: '微软雅黑';
  z-index: 9999;
  margin-bottom: 10px;
}

.nav {
  width: 1200px;
  margin: 0 auto;
  list-style: none;
}

.nav li {
  float: left;
  height: 40px;
  position: relative;
  list-style: none;
}

.nav li.last {
  background: none;
}

.nav li a {
  text-decoration: none;
  width: 90px;
}

.nav li a span {
  float: left;
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  margin-right: 52px;
}

.hover_menu {
  text-decoration: none;
  height: 40px;
}

/* .nav li:hover span{background: #F05858;color:#fff;}*/
.nav li:hover span {
  color: #F05858;
}

.nav li.selected .submenu {
  display: block;
  z-index: 999;
}

.nav li .submenu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  border-top: 2px solid red;
}

.nav li .submenu li {
  float: none;
  padding: 0;
  background: none;
  height: auto;
}

.menu_pro_bg {
  width: 825px;
  height: 235px;
}

.menu_pro_main {
  margin: auto;
  padding-top: 12px;
}

.menu_pro_li {
  float: left;
}

/*
.menu_li_txt{width:350px;line-height:30px;font-size:14px;color:#696969;z-index: 999;padding-left:8px;}
.menu_li_txt b{border-bottom:1px solid #f1b1b1;width:350px;display: block;padding-bottom:6px;margin-bottom:10px;}
.menu_li_txt font{font-size:14px;color:#f53c3c;margin-right:12px;}
.menu_li_txt a{color:#696969;text-decoration:none;margin-right:15px;display: inline-block;}
.menu_li_txt a:hover{color:#696969;text-decoration:underline;}
.menu_news_bg{background: #F8F8F8;opacity: 1;padding-bottom: 20px;z-index: 999;padding-right:8px;}
.menu_news_main{margin:auto;padding-top:12px;}
.menu_news_li{padding:0px 30px;margin-right:30px;height:150px;float:left;}
.menu_news_img{float:left;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}
.menu_news_li2{padding:0px 30px;height:150px;float:right;border-left:solid 1px #cccccc;}
.menu_news_img2{float:left;margin-left:30px;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}
.menu_news_li3{padding:0px 25px;height:150px;float:right;border-left:solid 1px #cccccc;}
.menu_news_img3{float:left;margin-left:10px;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}
.header{
    width:100%;
    z-index: -1;
}*/
.index_fixed {
  width: 155px;
  /*height:680px;*/
  position: fixed;
  left: 0px;
  /*bottom:10%;*/
  top: 50%;
  margin-top: -240px;
  z-index: 9;
}

.index_top img {
  width: 88% !important;
  /*height:auto !important;position:absolute;right:0;bottom: 57px;top:15%;*/
}

.menu_li_txt {
  width: 418px;
  line-height: 30px;
  font-size: 14px;
  color: #696969;
  z-index: 999;
  padding-left: 55px;
  padding-top: 19px;
}

.menu_li_txt b {
  width: 400px;
  display: block;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}

.menu_li_txt font {
  font-size: 14px;
  color: #f53c3c;
  width: 100px;
  display: inline-block;
}

.menu_li_txt a {
  color: #696969;
  text-decoration: none;
  margin-right: 15px;
  display: inline-block;
  line-height: 28px;
  position: relative;
}

.menu_li_txt a img {
  position: absolute;
  left: 0;
  top: -7px;
}

.menu_li_txt a:hover {
  color: #696969;
  text-decoration: underline;
}

.menu_news_bg {
  background: #F8F8F8;
  opacity: 1;
  padding-bottom: 20px;
  z-index: 999;
  padding-right: 8px;
  border-radius: 0 0 11px 11px;
}

.menu_news_main {
  margin: auto;
}

.menu_news_li {
  padding: 0px 30px;
  margin-right: 30px;
  height: 150px;
  float: left;
}

.menu_news_img {
  float: left;
  text-align: left;
  color: #bb1721;
  line-height: 30px;
  font-size: 14px;
}

.menu_news_li2 {
  padding: 0px 30px;
  height: 150px;
  float: right;
  border-left: solid 1px #cccccc;
}

.menu_news_img2 {
  float: left;
  margin-left: 30px;
  text-align: left;
  color: #bb1721;
  line-height: 30px;
  font-size: 14px;
}

.menu_news_li3 {
  padding: 0px 25px;
  height: 150px;
  float: right;
  border-left: solid 1px #cccccc;
}

.menu_news_img3 {
  float: left;
  margin-left: 10px;
  text-align: left;
  color: #bb1721;
  line-height: 30px;
  font-size: 14px;
}

.header {
  width: 100%;
  z-index: -1;
}

/*联系我们7个页面菜单*/
.header_banner {
  height: 444px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.header_banner img {
  height: 444px;
  width: 100%;
}

.contactUsNav_warp {
  height: 53px;
  width: 100%;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.19);
}

.contactUsNav_warp .contactUs {
  display: flex;
  width: 1200px;
  height: 53px;
  margin: 0 auto;
  background: #FFFFFF;
}

.contactUsNav_warp .contactUs a {
  display: block;
  line-height: 53px;
  text-align: center;
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}

.contactUsNav_warp .contactUs a:hover {
  background: #D43339;
  color: #FFFFFF;
}

.main_aside_warp {
  display: flex;
  position: fixed;
  top: 15vh;
  z-index: 9999999;
  flex-direction: column;
  align-items: flex-end;
}

/*头部导航*/
.selectNavBack {
  background: #FFECEC;
}
.topNavWrap {
  height: 30px;
  background: #f6f6f6;
  width: 100%;
}
.topNavWrap .topNav {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.topNavWrap .topNav .topNavRight {
  display: flex;
}
.topNavWrap .topNav .topNavRight > a {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  padding: 0 10px;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl {
  margin-right: 20px;
  position: relative;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl .topNavAllUrlT {
  display: flex;
  align-items: center;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl .topNavAllUrlT span {
  font-weight: bold;
  font-size: 14px;
  color: #f14545;
  line-height: 30px;
  padding: 0 5px;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl .topNavAllUrlT > img:nth-child(1) {
  width: 18px;
  height: 18px;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl .topNavAllUrlT > img:nth-child(3) {
  width: 9px;
  height: 9px;
  transition: 0.3s;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl .topNavAllUrlD {
  position: absolute;
  top: 20px;
  z-index: 1;
  transition: 0.3s;
  width: 70px;
  height: 135px;
  background-image: url(/Public/Home/images/header0.0.png);
  background-size: 100% 100%;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  padding: 11px 7px 6px 5px;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl .topNavAllUrlD a {
  height: 29px;
  width: 100%;
  text-align: center;
  line-height: 29px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  transition: 0.3s;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl .topNavAllUrlD a:hover {
  background: #FFECEC;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl:hover .topNavAllUrlD {
  display: flex !important;
}
.topNavWrap .topNav .topNavRight .topNavAllUrl:hover .rotateImg {
  transform: rotate(180deg);
}
.topNavWrap .topNav > span {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}